Package-level declarations

Types

Link copied to clipboard

A geographical location which contains a single latitude, longitude pair, with optional altitude.

Link copied to clipboard

A geographical area representing a latitude/longitude aligned rectangle.

Link copied to clipboard
class LatLngQuad constructor(val topLeft: LatLng, val topRight: LatLng, val bottomRight: LatLng, val bottomLeft: LatLng) : Parcelable

A geographical area representing a non-aligned quadrilateral

Link copied to clipboard

A geographical span defined by its latitude and longitude span.

Link copied to clipboard

ProjectedMeters is a projection of longitude, latitude points in Mercator meters.

Link copied to clipboard

Contains the four points defining the four-sided polygon that is visible in a map's camera. This polygon can be a trapezoid instead of a rectangle, because a camera can have tilt. If the camera is directly over the center of the camera, the shape is rectangular, but if the camera is tilted, the shape will appear to be a trapezoid whose smallest side is closest to the point of view.